DataSource for Entity Framework in WPF
C1.Data Namespace / PagingView<T> Class / PageCount Property

In This Topic
    PageCount Property (PagingView<T>)
    In This Topic
    Gets the number of pages in this view.
    Syntax
    'Declaration
     
    Public ReadOnly Property PageCount As Integer
    public int PageCount {get;}
    Remarks
    If PageSize is 0, PageCount is also 0.
    See Also